home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / slatex / sladebug.bat < prev    next >
DOS Batch File  |  1993-11-07  |  526b  |  17 lines

  1. @echo off
  2.  
  3. rem Call sladebug on commandline to check out what tokens get
  4. rem translated into.  I/o to/fro tty.
  5.  
  6. if exist \oldini.tmp del \oldini.tmp
  7. if exist \scheme.ini ren \scheme.ini oldini.tmp
  8.  
  9. echo (load "c:\\dorai\\slatex\\slatex.ss") > \scheme.ini
  10. echo (display* #f #\newline "SLaTeX Check..." #\newline) >> \scheme.ini
  11. echo (scheme2tex (current-input-port) (current-output-port)) >> \scheme.ini
  12. echo (%%exit) >> \scheme.ini
  13. call cscheme
  14.  
  15. del \scheme.ini
  16. if exist \oldini.tmp ren \oldini.tmp scheme.ini
  17.